NotesConfiguration Class

Represents a values for each note class used in a document. If there is no note configuration element, an implementation defined default note configuration is used.

Definition

Namespace: Independentsoft.Office.Odf
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class NotesConfiguration
Inheritance
Object    NotesConfiguration

Constructors

NotesConfiguration Initializes a new instance of the NotesConfiguration class.

Properties

CitationBodyStyle Contains the text style to use for a note citation in the text flow.
CitationStyle Contains the text style to use for a note citation within the footnote.
DefaultNoteParagraphStyle Contains the default footnote paragraph style for new footnotes that are inserted into an existing document. It is not evaluated for footnotes that already exist.
FootnotesPosition Specifies if footnote numbers start with a new number at the beginning of the document or at the beginning of each chapter or page. The defined values for the text:start-numbering-at attribute are: -chapter: footnote numbers start with a new number at the beginning of a chapter. -document: footnote numbers start with a new number at the beginning of a document. -page: footnote numbers start with a new number at the beginning of a page.
MasterPage Contains the name of a master page.
NoteClass Contains the class of a note.
NoteContinuationNoticeBackward Specifies the text that is displayed before continued text.
NoteContinuationNoticeForward Specifies the text that is displayed at the end of a footnote that is continued on the next page
NumberFormat Contains the numbering sequence. The defined values for the attribute are: -1: Hindu-Arabic number sequence starts with 1. -a: number sequence of lowercase Modern Latin basic alphabet characters starts with “a”. -A: number sequence of uppercase Modern Latin basic alphabet characters starts with “A”. -i: number sequence of lowercase Roman numerals starts with “i”. -I: number sequence of uppercase Roman numerals start with “I”. -a value of type string 18.2. -an empty string: no number sequence displayed. If no value is given, no number sequence is displayed.
NumberingScheme 
StartValue Contains the value at which note numbering starts.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current NotesConfiguration object to its equivalent string representation.
(Overrides ObjectToString)

See Also